home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 January / macformat-033.iso / mac / Education / Dorling Kindersley / DK Atlas / DATA / shared.dir / 00760.ls < prev    next >
Encoding:
Text File  |  1995-04-25  |  195 b   |  10 lines

  1. on PCorMac eitherFN
  2.   if the machineType = 256 then
  3.     set type to "P"
  4.   else
  5.     set type to "M"
  6.   end if
  7.   put type into char length(eitherFN) - 4 of eitherFN
  8.   go("st", string(eitherFN))
  9. end
  10.